home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Anonymous pipe child'
- ClientHeight = 41
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Edit1: TEdit
- Left = 8
- Top = 10
- Width = 321
- Height = 21
- TabOrder = 0
- Text = 'Type something in here...'
- end
- object Button1: TButton
- Left = 344
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Send'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-